type runtime.sweepClass
11 uses
runtime (current package)
mgcsweep.go#L54: centralIndex sweepClass
mgcsweep.go#L59: type sweepClass uint32
mgcsweep.go#L63: sweepClassDone sweepClass = sweepClass(^uint32(0))
mgcsweep.go#L66: func (s *sweepClass) load() sweepClass {
mgcsweep.go#L67: return sweepClass(atomic.Load((*uint32)(s)))
mgcsweep.go#L70: func (s *sweepClass) update(sNew sweepClass) {
mgcsweep.go#L84: func (s *sweepClass) clear() {
mgcsweep.go#L92: func (s sweepClass) split() (spc spanClass, full bool) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |